-
Notifications
You must be signed in to change notification settings - Fork 23
feat: add devnet support #527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
synapse-dev | bde461c | Commit Preview URL Branch Preview URL |
Jan 15 2026, 04:30 AM |
|
@redpanda-f : will you take care of the lint failures? |
4431d7c to
ebfd645
Compare
ebfd645 to
5c094bc
Compare
hugomrdias
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM just needs docs update, the utils folder i will leave to Rod.
ps. with viem all this "add multicall everywhere" wont be needed
5c094bc to
4c8ae6c
Compare
rvagg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@redpanda-f I hope you don't mind that I rebased this and pushed another commit with fixes for things I was noticing (cause I'm trying to make progress using foc-localnet for testing atm).
Approving but still untested .. I'll come back and merge if all goes well.
4c8ae6c to
bde461c
Compare
I still haven't quite got this tested and proven! Although I have a local branch of foc-localnet that uses these changes. I'll get that PR up soon to make use of this. |
This PR adds comprehensive support for local Filecoin networks to enable easier development and testing.
Changes
--network localnetoptionEnvironment Variables
The following environment variables can be used to configure localnet:
LOCALNET_CHAIN_ID(default: 1414)LOCALNET_RPC_URL(default: http://127.0.0.1:5700/rpc/v1)LOCALNET_RPC_WS_URL(default: ws://127.0.0.1:5700/rpc/v1)LOCALNET_BLOCK_EXPLORER_URL(default: http://localhost:8080)LOCALNET_MULTICALL3_ADDRESS,LOCALNET_USDFC_ADDRESS, etc. for contract addresses